home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(this.weed_mc._currentframe == 1)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 1)
- {
- this.gotoAndPlay("cut");
- _parent.mc.gotoAndStop(1);
- }
- }
- if(this.flower_ok)
- {
- if(this.weed_mc._currentframe == 1)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 3)
- {
- this.water_mc.play();
- _parent.mc.gotoAndStop(1);
- }
- }
- else if(this.weed_mc._currentframe == 2)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 1)
- {
- this.weed_mc.play();
- _parent.mc.gotoAndStop(1);
- }
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 3)
- {
- this.water_mc.play();
- _parent.mc.gotoAndStop(1);
- }
- }
- if(this.bugs_mc._currentframe == 11)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 4)
- {
- this.bugs_mc.play();
- _parent.cost_point7.play();
- _parent.mc.gotoAndStop(1);
- }
- }
- if(this.tonic_mc._currentframe == 1)
- {
- if(_parent.mc._currentframe == 3 && _parent.mc.tool_mc._currentframe == 5)
- {
- this.tonic_mc.play();
- _parent.cost_point8.play();
- _parent.mc.gotoAndStop(1);
- }
- }
- }
- }
-